home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set gMyLine to the mouseLine
- if gMyLine < 0 then
- exit
- end if
- if the machineType <> 256 then
- if the colorDepth = 8 then
- set the foreColor of field "asset list" to 255
- set the foreColor of line gMyLine of field "asset list" to 0
- else
- set the foreColor of field "asset list" to 0
- set the foreColor of line gMyLine of field "asset list" to 16777215
- end if
- else
- set the foreColor of field "asset list" to 255
- set the foreColor of line gMyLine of field "asset list" to 0
- end if
- put EMPTY before line 1 of field (gMyLine + 50)
- set the castNum of sprite 6 to gMyLine + 50
- end
-